|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython2._object .
Public 成员函数 | |
| def | CertIssuerPair () |
| 构造函数。 | |
| def | CertIssuerPair (other) |
| 带另一个证书-颁发者对对象的构造函数。 更多... | |
| def | Set (cert, issuer) |
| 设置值。 更多... | |
静态 Public 属性 | |
| cert = _fsdk.CertIssuerPair_cert | |
| 证书内容。 | |
此类表示证书-颁发者对。
| def FoxitPDFSDKPython2.CertIssuerPair.CertIssuerPair | ( | other | ) |
带另一个证书-颁发者对对象的构造函数。
| [in] | other | 另一个证书-颁发者对对象。 |
| def FoxitPDFSDKPython2.CertIssuerPair.Set | ( | cert, | |
| issuer | |||
| ) |
设置值。
| [in] | cert | 证书内容。 |
| [in] | issuer | 证书的颁发者。 |